This document will guide you how to install the app
Kontackt Node.js app (make yourself a professional social networking system).
Hello, this document will guide you to install the app, just follow the steps from below.
Check your server
Info
Installation
  1. Open file "k_app.js", at the top of file you will see

    var port = 3000; // here should be your port number
  2. Upload folder "k_modules" and file "k_app.js" on your ftp.
  3. Open a SSH connection on your hosting, i recommend to use putty app.

    You can download from -> www.putty.org
  4. Login in your hosting via SSH and lets run commands.
Commands
  1. Install modules on your node application

    Type this command on your SSH "$ npm install k_modules/nmodules/" or "$ npm install k_modules/"

    - if you get a successfully message that the modules are installed, just go to the next step.
  2. Run Kontackt app.

    Type this command on your SSH "$ node k_app.js &" or "$ nohup node k_app.js &"

    if you see in console the message "listening *XXXX" the app work successfully.

    And type "$ exit".
  3. Now go to Kontackt Admin panel -> Site Settings -> Real-time app;

    Enable the checkbox, enter your nodeJS host (your hostname) and port. (port you have set in k_app.js)
NOTE